.content-inner img {
  max-width: 100%;
  max-height: 567px;
}

.caption {
  font-style: italic;
  color: #999;
}

.small {
  font-size: 0.8rem;
}

.content-inner > h2,
.content-inner > h3,
.content-inner > h4 {
  margin: 2rem 0 1rem;
  padding-top: 2rem; /* Using padding to make anchor links leave a bit of space above the element */
}

.content-box {
  border: 1px solid #f5870a;
  background-color: #fbf7f2;
  padding: 1rem;
  margin-bottom: 1rem;
}

.content-box > h3,
.content-box > p {
  margin-top: 0;
}

.downloadable-container {
  display: flex;
}

.downloadable {
  display: inline-block;
  padding: 1rem;
  border: 1px solid #417505;
  text-decoration: none;
  position: relative;
  margin-right: 1rem;
}

.downloadable:hover {
  border-color: #f5870a;
}

.downloadable-icon {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 30px;
}

.downloadable-table {
  display: flex;
}

.downloadable-text {
  display: block;
}

.downloadable-text p {
  margin: 0 0 -0.3rem 0;
}

.image-container img {
  display: block;
  max-width: 100%;
}

.image-container p {
  font-size: 0.8rem;
  font-style: italic;
  color: #999;
}

.float-left {
  max-width: 320px;
  margin: 0 auto;
}

@media screen and (min-width: 52rem) {
  .content-box {
    padding: 2rem;
  }
}

@media screen and (min-width: 36rem) {
  .float-left {
    float: left;
    margin: 0 2rem 0 0;
  }
}
